configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module

CLI REST-API

ptpv2

The submenu ptpv2 (ptpv2) contains the following:

Menus:
instances (instances)

Objects: none

Commands: none



Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances
/status/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ptpv2


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ptpv2


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ptpv2
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ptpv2
-d "{
  \"objects\": \"new-values\"
}"